Skip to content

Conversation

@evantahler
Copy link
Contributor

@evantahler evantahler commented Jan 14, 2026

Note

Enhances robots and sitemap validation.

  • Updates public/robots.txt to include an AI Agent Resources comment linking https://docs.arcade.dev/llms.txt (sitemap line retained)
  • Extends tests/sitemap.test.ts to assert robots.txt contains the sitemap URL and llms.txt reference, alongside existing sitemap URL and duplication checks

Written by Cursor Bugbot for commit 44a4d42. This will update automatically on new commits. Configure here.

@vercel
Copy link

vercel bot commented Jan 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Jan 22, 2026 7:33pm

Request Review

@evantahler
Copy link
Contributor Author

@nearestnabors bump!

Copy link
Contributor

@nearestnabors nearestnabors left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With a request

const robotsPath = join(process.cwd(), "public", "robots.txt");
const robotsContent = readFileSync(robotsPath, "utf-8");

expect(robotsContent).toContain(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@evantahler Shouldn't it also reference llms.txt? Since, technically, agents be bots?

@evantahler evantahler enabled auto-merge (squash) January 22, 2026 19:23
@evantahler evantahler disabled auto-merge January 22, 2026 19:24
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@evantahler evantahler enabled auto-merge (squash) January 22, 2026 19:30
@evantahler evantahler merged commit 29c10bf into main Jan 22, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants